home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
lalr.lha
/
lalr
/
lib
/
Parser.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-08-18
|
316b
|
19 lines
$@ # ifndef yy@
$@ # define yy@
/* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
$E /* EXPORT section is inserted here */
# ifdef yacc_interface
$@ # define @ yyparse
# define yyInitStackSize YYMAXDEPTH
# endif
$@ extern char * @_TokenName [];
$@ extern int @ ();
$@ extern void Close@ ();
# endif